SftTabs/NET 6.0

StyleInfo Property, SftTabs Class

Softel vdm, Inc.

Returns information about the current tab control style (Style property).

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public ReadOnly Property StyleInfo As StyleInfoEnum

C#   

public StyleInfoEnum StyleInfo { get; }

C++   

public: property StyleInfoEnum StyleInfo {
        StyleInfoEnum get();
}

Property Value

Features supported by the current tab control style.

StyleInfoEnum

Value

Description

Scrollable

1

Scrollable tabs are supported by the current tab control style.

Margins

2

Left and right margins (LeftMargin, RightMargin properties) are supported by the current tab control style.

MultiRow

4

One and multiple tab rows (Rows property) are supported by the current tab control style.

ClientArea

8

An optional client area is supported by the current tab control style.

Themed

16

Windows themes are supported by the current tab control style (provided the underlying operating system supports these and themes are enabled).

WinCE

32

The current tab control style is supported with .NET Compact Framework.

Horizontal

64

The current tab control style has a horizontal layout. If this flag is not provided by the StyleInfo property, the tab control has a vertical layout.

Dual

4096

The current tab control style is a dual sided tab control, with tabs along the left and right (or top and bottom).

Comments

The StyleInfo property returns information about the current tab control style (Style property).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com